From: Glenn Morris Date: Tue, 12 Nov 2013 03:01:07 +0000 (-0800) Subject: * configure.ac: test portability fix X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2451 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=450885491a9fcbf250cccc2586d9c059f61af154;p=emacs.git * configure.ac: test portability fix (I can never remember whether this is still relevant or not) --- diff --git a/configure.ac b/configure.ac index 539a966d564..25634549443 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl along with GNU Emacs. If not, see . AC_PREREQ(2.65) AC_INIT(emacs, 24.3.50) -test "$MSYSTEM" = "MINGW32" && . $srcdir/nt/mingw-cfg.site +test "x$MSYSTEM" = "xMINGW32" && . $srcdir/nt/mingw-cfg.site dnl Set emacs_config_options to the options of 'configure', quoted for the shell, dnl and then quoted again for a C string. Separate options with spaces.